home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 September / JOY140_CD2.iso / rubrique utilitaires magazine / miranda0121.exe / miranda32.exe.manifest < prev    next >
Extensible Markup Language  |  2001-10-24  |  735b  |  24 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <!-- What's this??? It's for WinXP. See bug#466423 if you're interested -->
  3. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  4. <assemblyIdentity
  5.     version="1.0.0.0"
  6.     processorArchitecture="X86"
  7.     name="Miranda.Miranda.Miranda"
  8.     type="win32"
  9. />
  10. <description>Miranda</description>
  11. <dependency>
  12.     <dependentAssembly>
  13.         <assemblyIdentity
  14.             type="win32"
  15.             name="Microsoft.Windows.Common-Controls"
  16.             version="6.0.0.0"
  17.             processorArchitecture="X86"
  18.             publicKeyToken="6595b64144ccf1df"
  19.             language="*"
  20.         />
  21.     </dependentAssembly>
  22. </dependency>
  23. </assembly>
  24.